home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Musik
/
Misc
/
Amster
/
Rexx
/
PlayAmigaAmp.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
2000-01-01
|
265 b
|
19 lines
/*
** Play
*/
playerpath = 'Apps:Sound/Players/AmigaAmp/AmigaAmp'
parse arg filename
options results
if ~show('P','AMIGAAMP') then address command 'run <>nil: 'playerpath
do while ~show('P','AMIGAAMP')
call delay(50)
end
address 'AMIGAAMP'
'OPEN 'filename